The following tables list the members exposed by IPager<T>.
Name | Description | |
---|---|---|
![]() | CurrentPage | Returns the current page. |
![]() | IsPageChanging | Returns true if a page change is in progress. |
![]() | PageSize | Returns the number of records requested for each page. |
![]() | TotalDataSourceItemCount | Returns the number of records available to be returned from the back-end data source. |
![]() | TotalItemCount | Returns the total number of items returned. |
![]() | TotalNumberOfPages | Returns the total number of pages. |
Name | Description | |
---|---|---|
![]() | FirstPageAsync | Moves to the first page. |
![]() | GoToPageAsync | Moves to the specified page. |
![]() | LastPageAsync | Moves to the last page. |
![]() | NextPageAsync | Moves to the page after the current page. |
![]() | PreviousPageAsync | Moves to the page before the current page. |